DefaultSearchable class

Inheritance

Constructors

DefaultSearchable.new({required String id, required String name, required SearchableType type, String description = '', String title = '', required Tags tags, List<Searchable>? children, EventAction? onHolderEvent})

Properties

children ChildHolder<Searchable>
The children of the Searchable.
no setteroverride
description String
Information on the Searchable.
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
id String
The unique identifier of this Searchable.
finalinherited
name String
The permanent name of the Searchable.
final
parent Searchable?
The parent of the Searchable.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags Tags
Additional data that can be used to enanced searchability of this Searchable.
finalinherited
title String
The name of the Searchable that will be displayed.
getter/setter pairinherited
type SearchableType
The SearchableType of the Searchable.
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited