toMap method

Map toMap ()

ServiceOption => map

Implementation

Map toMap() {
  return {
    'ak': this.ak,
    'mcode': this.mcode,
    'serviceId': this.serviceId,
    'keepAlive': this.keepAlive
  };
}