toJson method

Map<String, dynamic> toJson()

Implementation

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