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