PhotoId.fromJson constructor
PhotoId.fromJson(
- Map json_
Implementation
PhotoId.fromJson(core.Map json_) : this(id: json_['id'] as core.String?);
PhotoId.fromJson(core.Map json_) : this(id: json_['id'] as core.String?);