toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (createTime != null) 'createTime': createTime!,
      if (lastUpdateTime != null) 'lastUpdateTime': lastUpdateTime!,
      if (status != null) 'status': status!,
      if (thumbnail != null) 'thumbnail': thumbnail!,
    };