toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (percent != null) 'percent': percent!,
  if (revision != null) 'revision': revision!,
  if (tag != null) 'tag': tag!,
  if (type != null) 'type': type!,
  if (uri != null) 'uri': uri!,
};