fromJSON static method
Implementation
static RecoveryKeyOptionsUse fromJSON(Map<String, dynamic> data) {
return RecoveryKeyOptionsUse(
key: RecoveryDataKey.fromJSON(data["key"])
);
}
static RecoveryKeyOptionsUse fromJSON(Map<String, dynamic> data) {
return RecoveryKeyOptionsUse(
key: RecoveryDataKey.fromJSON(data["key"])
);
}