LocalDeviceResourceData class
Attributes that define a local device resource.
Constructors
- LocalDeviceResourceData({GroupOwnerSetting? groupOwnerSetting, String? sourcePath})
-
LocalDeviceResourceData.fromJson(Map<
String, dynamic> json) -
factory
Properties
- groupOwnerSetting → GroupOwnerSetting?
-
Group/owner related settings for local resources.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sourcePath → String?
-
The local absolute path of the device resource. The source path for a device
resource can refer only to a character device or block device under
''/dev''.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited