menu
messenger
api/backend/schema.graphql.dart
DonationInput
DonationInput.new constructor
DonationInput.new
dark_mode
light_mode
DonationInput
constructor
DonationInput
(
{
required
String
sum
,
})
Implementation
DonationInput({required this.sum});
messenger
schema.graphql
DonationInput
DonationInput.new constructor
DonationInput class