RoomStorageMountSpec class
Storage Mount Specs
Represents a single room storage mount.
Constructors
- RoomStorageMountSpec({required String path, String? subpath, bool? readOnly})
-
RoomStorageMountSpec.fromJson(Map<
String, dynamic> json) -
factory
Properties
Methods
-
copyWith(
{String? path, String? subpath, bool? readOnly}) → RoomStorageMountSpec -
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