Query$challenge$challenge$winners$user$picture.fromJson constructor
Query$challenge$challenge$winners$user$picture.fromJson(
- Map<String, dynamic> json
)
Implementation
factory Query$challenge$challenge$winners$user$picture.fromJson(
Map<String, dynamic> json) {
final l$baseUrl = json['baseUrl'];
final l$path = json['path'];
final l$width = json['width'];
final l$height = json['height'];
final l$x = json['x'];
final l$y = json['y'];
final l$alt = json['alt'];
return Query$challenge$challenge$winners$user$picture(
baseUrl: (l$baseUrl as String?),
path: (l$path as String?),
width: (l$width as int?),
height: (l$height as int?),
x: (l$x as int?),
y: (l$y as int?),
alt: (l$alt as String?),
);
}