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