toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final acceptedInvitationCount = this.acceptedInvitationCount;
  final androidPackageRegistrationState =
      this.androidPackageRegistrationState;
  final binaryDownloadUri = this.binaryDownloadUri;
  final binaryType = this.binaryType;
  final buildVersion = this.buildVersion;
  final createTime = this.createTime;
  final displayVersion = this.displayVersion;
  final expireTime = this.expireTime;
  final feedbackCount = this.feedbackCount;
  final firebaseConsoleUri = this.firebaseConsoleUri;
  final installationCount = this.installationCount;
  final name = this.name;
  final openInvitationCount = this.openInvitationCount;
  final releaseNotes = this.releaseNotes;
  final testState = this.testState;
  final testingUri = this.testingUri;
  final updateTime = this.updateTime;
  return {
    'acceptedInvitationCount': ?acceptedInvitationCount,
    'androidPackageRegistrationState': ?androidPackageRegistrationState,
    'binaryDownloadUri': ?binaryDownloadUri,
    'binaryType': ?binaryType,
    'buildVersion': ?buildVersion,
    'createTime': ?createTime,
    'displayVersion': ?displayVersion,
    'expireTime': ?expireTime,
    'feedbackCount': ?feedbackCount,
    'firebaseConsoleUri': ?firebaseConsoleUri,
    'installationCount': ?installationCount,
    'name': ?name,
    'openInvitationCount': ?openInvitationCount,
    'releaseNotes': ?releaseNotes,
    'testState': ?testState,
    'testingUri': ?testingUri,
    'updateTime': ?updateTime,
  };
}