toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final accountId = this.accountId;
  final href = this.href;
  final id = this.id;
  final internalWebPropertyId = this.internalWebPropertyId;
  final kind = this.kind;
  final name = this.name;
  return {
    'accountId': ?accountId,
    'href': ?href,
    'id': ?id,
    'internalWebPropertyId': ?internalWebPropertyId,
    'kind': ?kind,
    'name': ?name,
  };
}