Thumbnail.fromJson constructor

Thumbnail.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory Thumbnail.fromJson(Map<String, Object?> json) =>
    _$ThumbnailFromJson(json);