toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (assuredCount != null) 'assuredCount': assuredCount!,
      if (count != null) 'count': count!,
      if (inUseCount != null) 'inUseCount': inUseCount!,
      if (instanceProperties != null)
        'instanceProperties': instanceProperties!,
      if (sourceInstanceTemplate != null)
        'sourceInstanceTemplate': sourceInstanceTemplate!,
    };