DiscoveredService class
- Inheritance
-
- Object
- $DiscoveredService
- DiscoveredService
- Annotations
-
- @FunctionalData()
Constructors
-
DiscoveredService.new({required Uuid serviceId, required String serviceInstanceId, required List<
Uuid> characteristicIds, required List<DiscoveredCharacteristic> characteristics, List<DiscoveredService> includedServices = const []}) -
const
Properties
-
characteristicIds
→ List<
Uuid> -
final
-
characteristics
→ List<
DiscoveredCharacteristic> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
includedServices
→ List<
DiscoveredService> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serviceId → Uuid
-
final
- serviceInstanceId → String
-
final
Methods
-
copyUsing(
void mutator(DiscoveredService$Change change)) → DiscoveredService -
inherited
-
copyWith(
{Uuid? serviceId, String? serviceInstanceId, List< Uuid> ? characteristicIds, List<DiscoveredCharacteristic> ? characteristics, List<DiscoveredService> ? includedServices}) → DiscoveredService -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited