SetCandidatesParametersCandidates class

Constructors

SetCandidatesParametersCandidates({required String candidate, required int id, int? parentId, String? label, String? annotation, SetCandidatesParametersCandidatesUsage? usage})
SetCandidatesParametersCandidates.fromJS(SetCandidatesParametersCandidates _wrapped)

Properties

annotation String?
Additional text describing the candidate
getter/setter pair
candidate String
The candidate
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id int
The candidate's id
getter/setter pair
label String?
Short string displayed to next to the candidate, often the shortcut key or index
getter/setter pair
parentId int?
The id to add these candidates under
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toJS → SetCandidatesParametersCandidates
no setter
usage SetCandidatesParametersCandidatesUsage?
The usage or detail description of word.
getter/setter pair

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