toJson method Null safety
device auth to json method
Implementation
Map<String, String> toJson() => {
"accountId": accountId,
"deviceId": deviceId,
"secret": secret,
"displayName": displayName,
};
device auth to json method
Map<String, String> toJson() => {
"accountId": accountId,
"deviceId": deviceId,
"secret": secret,
"displayName": displayName,
};