Query$EventsByModule$events$nodes$transactionModule.fromJson constructor

Query$EventsByModule$events$nodes$transactionModule.fromJson(
  1. Map<String, dynamic> json
)

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),
  );
}