type property

String? type
final

The type of the parameter: 'boolean', 'string', 'int', 'double' If null, defaults to 'string'

Implementation

final String? type;