toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (at != null) 'at': at!,
      if (ct != null) 'ct': ct!,
      if (mt != null) 'mt': mt!,
      if (pt != null) 'pt': pt!,
    };