Thumbs.fromJson constructor

Thumbs.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory Thumbs.fromJson(Map<String, dynamic> json) {
  return _$ThumbsFromJson(json);
}