INNER CODE UNIT · Dart

Photo

kaina404/FlutterDouBan · lib/bean/celebrity_entity.dart:284

class Photo {

	String alt;
	String cover;
	String icon;
	String id;
	String image;
	String thumb;

	Photo.fromParams({this.alt, this.cover, this.icon, this.id, this.image, this.thumb});

	Photo.fromJson(jsonRes) {
		alt = jsonRes['alt'];
		cover = jsonRes['cover'];
		icon = jsonRes['icon'];
		id = jsonRes['id'];
		image = jsonRes['image'];
		thumb = jsonRes['thumb'];

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…