toMap method

Map<String, dynamic> toMap()

Implementation

Map<String, dynamic> toMap() {
  return {
    "clientID": this._clientID,
    "secretKey": this._secretKey,
    "env": this._env
  };
}