toJson method
override
Object to Map serializer
Implementation
@override
Map<String, dynamic> toJson() {
return {
'@type': 'getPaymentForm',
if (extra != null) '@extra': extra,
'input_invoice': input_invoice,
'theme': theme
};
}