children property
Implementation
ListBuilder<BuiltMap<String, JsonObject>> get children =>
_$this._children ??= ListBuilder<BuiltMap<String, JsonObject>>();
Implementation
set children(covariant ListBuilder<BuiltMap<String, JsonObject>>? children) => _$this._children = children;