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