toJson method
Converts an object to JSON.
Implementation
@override
Map<String, dynamic> toJson() {
final returnValue = <String, dynamic>{
'\$hash': '009fd736',
'\$name': 'AuthSentCodeTypeFirebaseSms',
'flags': flags,
'nonce': nonce,
'playIntegrityProjectId': playIntegrityProjectId,
'playIntegrityNonce': playIntegrityNonce,
'receipt': receipt,
'pushTimeout': pushTimeout,
'length': length,
};
// Finished toJson.
return returnValue;
}