Documentation class

Parses solidity documentation comments from the generated compiler output.

Properties

contractDetails String?
final
events Map<ContractEvent, String>
final
functions Map<ContractFunction, String>
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

forContract() String?
forEvent(ContractEvent e) String?
forFunction(ContractFunction m) String?
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

fromJson(Map<String, Object?> json, ContractAbi abi) Documentation?