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