Query$EventsByModule$events$nodes$transactionModule.fromJson constructor
Implementation
factory Query$EventsByModule$events$nodes$transactionModule.fromJson(
Map<String, dynamic> json,
) {
final l$name = json['name'];
return Query$EventsByModule$events$nodes$transactionModule(
name: (l$name as String),
);
}