FailedResource constructor
FailedResource({
- required ResourceType type,
- required String id,
- Bridge? bridge,
- HueNetwork? hueNetwork,
- required ErrorType error,
- String? additionalInfo,
- Map<
String, dynamic> ? json,
Creates a new FailedResource instance.
Implementation
FailedResource({
required this.type,
required this.id,
this.bridge,
this.hueNetwork,
required this.error,
this.additionalInfo,
this.json,
});