toJson method

Map<String, dynamic> toJson()

Implementation

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