toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (ancestor != null) 'ancestor': ancestor!,
      if (indexId != null) 'indexId': indexId!,
      if (kind != null) 'kind': kind!,
      if (projectId != null) 'projectId': projectId!,
      if (properties != null) 'properties': properties!,
      if (state != null) 'state': state!,
    };