Enclst class
An object representation of the Enclst Notation for Dart.
- Mixed in types
Constructors
- Enclst()
- Default empty constuctor
- Enclst.byStr(String enclstStr)
- Constructor by enclst String
Properties
- filepath ↔ String?
-
getter/setter pairinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
-
items
↔ List<
Item> -
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- title ↔ String
-
getter/setter pair
- value ↔ Value
-
getter/setter pair
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
-
nextEnclst(
String path, {String v_root = ""}) → Future< Enclst> -
nextFilePath(
String path, {String v_root = ""}) → String -
Calculate the file path of the next Encrust file.
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
Static Methods
-
createFromURL(
String urlStr) → Future< Enclst> - Static creator by URL string