toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final keyId = this.keyId;
  final privateKey = this.privateKey;
  final teamId = this.teamId;
  return {'keyId': ?keyId, 'privateKey': ?privateKey, 'teamId': ?teamId};
}