menu
stellar_flutter_sdk
stellar_flutter_sdk
EventInfoValue
EventInfoValue.fromJson factory constructor
EventInfoValue.fromJson
brightness_4
brightness_5
EventInfoValue.fromJson
constructor
EventInfoValue.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory EventInfoValue.fromJson(Map<String, dynamic> json) { return EventInfoValue(json['xdr']); }
stellar_flutter_sdk
stellar_flutter_sdk
EventInfoValue
EventInfoValue.fromJson factory constructor
EventInfoValue class