URIParser class

URIParser

Parses a String URI to usable File, Directory or Uri result.

Constructors

URIParser(String? data, {List<String> networkSchemes = kDefaultNetworkSchemes})
URIParser

Properties

data String?
Data.
final
directory Directory?
Directory.
getter/setter pair
file File?
File.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
result Uri
Result.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type URIType
Type.
getter/setter pair
uri Uri?
URI.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
validate() bool
Validates the supplied data.

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

kDefaultNetworkSchemes → const List<String>
Default URI schemes to identified as URIType.network.
kFileScheme2 → const String
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
kFileScheme3 → const String
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer