FunctionParamInt constructor

const FunctionParamInt([
  1. String? name
])

Implementation

const FunctionParamInt([String? name]) : super(name ?? 'int');