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