ArgInfo class

Parse the information of the arguments.

Constructors

ArgInfo(TagContext tc, String data, {bool idFirst = true, bool stringFirst = true})
Parses the given string. *
factory

Properties

args Map<String, String>
Map of arguments, excluding first
final
first String
The first argument, or an empty string if not available
final
hashCode int
The hash code for this object.
no setterinherited
isID bool
Whether the first argument is an ID.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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