static Sentinel? parse(Map<String, dynamic>? json) => json == null ? null : Sentinel._fromJson(json);