toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (createdAfter != null) 'createdAfter': createdAfter!,
      if (orConditions != null) 'orConditions': orConditions!,
      if (typeCollection != null) 'typeCollection': typeCollection!,
      if (types != null) 'types': types!,
    };