Query$SimulateTransaction$simulateTransaction$effects$events$nodes$contents$type.fromJson constructor
Query$SimulateTransaction$simulateTransaction$effects$events$nodes$contents$type.fromJson()
Implementation
factory Query$SimulateTransaction$simulateTransaction$effects$events$nodes$contents$type.fromJson(
Map<String, dynamic> json,
) {
final l$repr = json['repr'];
return Query$SimulateTransaction$simulateTransaction$effects$events$nodes$contents$type(
repr: (l$repr as String),
);
}