static construct(Map<String, dynamic> json) { switch (json['type']) { case 'ActionTaken': return ActionTaken.fromJson(json); } }