ton_client_dart
ton_client_dart
ProcessingEvent_WillFetchFirstBlock
toMap method
toMap
ton_client_dart
ton_client_dart
ProcessingEvent_WillFetchFirstBlock
toMap method
ProcessingEvent_WillFetchFirstBlock class
Constructors
ProcessingEvent_WillFetchFirstBlock
fromMap
Properties
hashCode
runtimeType
type
Methods
noSuchMethod
toMap
toString
Operators
operator ==
toMap
method
Map
<
String
,
dynamic
>
toMap
(
)
override
Implementation
Map<String, dynamic> toMap() { Map<String, dynamic> map = {}; map['type'] = _type; return map; }