toMap property

Map<String, dynamic> get toMap

Implementation

Map<String, dynamic> get toMap {
  return {'name': name, 'customer': parameters};
}