PhotoSize.fromJson constructor

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

Implementation

factory PhotoSize.fromJson(Map<String, dynamic> json) =>
    _$PhotoSizeFromJson(json);