toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() {
  return {
    if (t0 != null) 't0': t0,
    if (t1 != null) 't1': t1,
    if (raw != null) 'raw': raw,
  };
}