SACRealmPairingKey.fromJson constructor
SACRealmPairingKey.fromJson(
- Map json_
Implementation
SACRealmPairingKey.fromJson(core.Map json_)
: this(
expireTime: json_['expireTime'] as core.String?,
key: json_['key'] as core.String?,
);