toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (aggregateType != null) 'aggregateType': aggregateType!,
      if (bytesType != null) 'bytesType': bytesType!,
      if (int64Type != null) 'int64Type': int64Type!,
    };