toJson method Null safety
Implementation
Map<String, dynamic> toJson() => {
"applicationKey": applicationKey,
"screteKey": screteKey,
"socialType": socialType,
};
Map<String, dynamic> toJson() => {
"applicationKey": applicationKey,
"screteKey": screteKey,
"socialType": socialType,
};