TransferMoneyContent.from({required String currency, required num amount}) : super.fromType(ContentType.TRANSFER, currency: currency, amount: amount);