toMap method
Implementation
Map<String, dynamic> toMap() => <String, dynamic>{
"creator": creator?.toMap(),
"merchant": merchant?.toMap(),
"terminalBrand": terminalBrand?.toMap(),
"terminalBroker": terminalBroker?.toMap(),
"agreement": agreement,
};