toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (indexed != null) 'indexed': indexed!,
      if (submitted != null) 'submitted': submitted!,
      if (type != null) 'type': type!,
    };