Upipin.fromJson constructor

Upipin.fromJson(
  1. Map<String, dynamic> json
)

Implementation

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