Mutation$sendMessageToTarget$sendMessageToTarget$custom.fromJson constructor
Implementation
factory Mutation$sendMessageToTarget$sendMessageToTarget$custom.fromJson(
Map<String, dynamic> json) {
final l$id = json['id'];
final l$type = json['type'];
return Mutation$sendMessageToTarget$sendMessageToTarget$custom(
id: (l$id as String?),
type: (l$type as String?),
);
}