Photo.fromJson constructor
Photo.fromJson(
- Map json_
Implementation
Photo.fromJson(core.Map json_)
: this(
url: json_['url'] as core.String?,
);
Photo.fromJson(core.Map json_)
: this(
url: json_['url'] as core.String?,
);