FileObject class
Constructors
- FileObject.new(String path)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isCore → bool
-
no setter
- isData → bool
-
no setter
- isDomain → bool
-
no setter
- isUI → bool
-
no setter
- libDir → String
-
no setter
- path → String
-
final
- relativePath → String
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shouldCheckLayerImports → bool
-
no setter
Methods
-
inSameLib(
String path) → bool -
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