factory M4eWalletInfo.fromJson(Map<String, dynamic> json) { return M4eWalletInfo( label: json['label'], currency: json['currency'], type: M4eWalletType.parse(json['type']), ); }