Query$getBetOrdersPagination$getBetOrdersPagination$objects$user$picture.fromJson constructor
Query$getBetOrdersPagination$getBetOrdersPagination$objects$user$picture.fromJson()
Implementation
factory Query$getBetOrdersPagination$getBetOrdersPagination$objects$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'];
final l$$__typename = json['__typename'];
return Query$getBetOrdersPagination$getBetOrdersPagination$objects$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?),
$__typename: (l$$__typename as String),
);
}