Returns the value of the children field. If the field is nullable, the return value may be null; otherwise, it will always return a non-null value.
@pragma('vm:prefer-inline') List<Map<String, dynamic>>? get children$ => children;