toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (createdAt != null) 'createdAt': createdAt!,
  if (lastModifiedAt != null) 'lastModifiedAt': lastModifiedAt!,
  if (subType != null) 'subType': subType!,
};