toJson method

Map<String, dynamic> toJson()

Implementation

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