menu
flutter_fuels_beta3 package
documentation
model/output.dart
OutputMessage
OutputMessage.new const constructor
OutputMessage.new const constructor
dark_mode
light_mode
OutputMessage
constructor
const
OutputMessage
(
{
required
String
recipient
,
required
BigInt
amount
,
})
Implementation
const OutputMessage({required this.recipient, required this.amount});
flutter_fuels_beta3 package
documentation
model/output
OutputMessage
OutputMessage.new const constructor
OutputMessage class