toJson method

Map<String, dynamic> toJson()

Implementation

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