name property

String? name
final

Name can be use to specify the name of the field

@Post(path: '/')
Future<Response> create(@Field('id') String myId);

Implementation

final String? name;