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