Parses declared dependency contract strings into ContractMethod pins.
The declared table's contract cell (issue #960) is a comma-separated
method list: signIn(email, password) -> User, signOut() -> void.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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
Static Methods
-
parse(
String contract) → List< ContractMethod> -
Parse
contractinto ordered method pins. Throws WorldManifestError (with the fix hint) when nothing parses — a declared row without at least one parsable method cannot become a touchpoint.