toMap method

Map<String, dynamic> toMap()

Implementation

Map<String, dynamic> toMap() => {
      "client_id": this.clientId,
      "client_secret": this.secretId,
      "environment": this.environment.parse(),
    };