factory UnclaimDeviceResponse.fromJson(Map<String, dynamic> json) { return UnclaimDeviceResponse( state: json['state'] as String?, ); }