toJson method
Implementation
@override
Map<String, dynamic> toJson() => <String, dynamic>{
'allow_flash_call': allowFlashCall,
'allow_missed_call': allowMissedCall,
'is_current_phone_number': isCurrentPhoneNumber,
'has_unknown_phone_number': hasUnknownPhoneNumber,
'allow_sms_retriever_api': allowSmsRetrieverApi,
'firebase_authentication_settings': firebaseAuthenticationSettings
?.toJson(),
'authentication_tokens': authenticationTokens.map((item) => item).toList(),
'@type': constructor,
};