FilePath mixin

Superclass Constraints
Mixin Applications

Properties

filepath String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

isEnclst(String s) bool
Is this string for Enclst file name?
inherited
isPath(String s) bool
Is this Path?
inherited
isURL(String s) bool
Is this URL?
inherited
isYTcontentID(String s) bool
Is this youtube contents ID?
inherited
isYTplaylistID(String s) bool
Is this youtube playlist ID?
inherited
nextFilePath(String path, {String v_root = ""}) String
Calculate the file path of the next Encrust file.
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