toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (entityType != null) 'entityType': entityType!,
      if (id != null) 'id': id!,
      if (isList != null) 'isList': isList!,
      if (redact != null) 'redact': redact!,
    };