ontology_dart_sdk
neocore
AbiInfo
AbiInfo constructor
AbiInfo
AbiInfo class
Constructors
AbiInfo
fromJson
Properties
entryPoint
functions
hash
hashCode
runtimeType
Methods
getFunction
toJson
noSuchMethod
toString
Operators
operator ==
AbiInfo constructor
AbiInfo
(
String
hash
,
String
entryPoint
)
Implementation
AbiInfo(String hash, String entryPoint) : hash = hash, entryPoint = entryPoint;