factory Quantity.fromJson(Map<String, dynamic> json) => Quantity( decimals: json['decimals'], numeric: json['numeric'], );