ontology_dart_sdk
neocore
AbiFunction
toJson method
toJson
AbiFunction class
Constructors
AbiFunction
fromJson
Properties
name
parameters
returnType
hashCode
runtimeType
Methods
toJson
noSuchMethod
toString
Operators
operator ==
toJson method
Map
<
String
,
dynamic
>
toJson
(
)
Implementation
Map<String, dynamic> toJson() => {'name': name, 'returnType': returnType, 'parameters': parameters};