factory Upipin.fromJson(Map<String, dynamic> json) => Upipin( length: json['length'], set: json['set'], );