factory UCOTransfer.fromJson(Map<String, dynamic> json) => UCOTransfer( amount: json['amount']?.toInt(), to: json['to'], );