ontology_dart_sdk
neocore
AbiInfo
toJson method
toJson
AbiInfo class
Constructors
AbiInfo
fromJson
Properties
entryPoint
functions
hash
hashCode
runtimeType
Methods
getFunction
toJson
noSuchMethod
toString
Operators
operator ==
toJson method
Map
<
String
,
dynamic
>
toJson
(
)
Implementation
Map<String, dynamic> toJson() => {'hash': hash, 'entryPoint': entryPoint, 'functions': functions};