factory Atmpin.fromJson(Map<String, dynamic> json) { return Atmpin( set: json['set'], length: json['length'], ); }