BaseMoneyContent.from({required String currency, required num amount}) : this.fromType(ContentType.MONEY, currency: currency, amount: amount);