menu
chrome_extension package
documentation
input_ime.dart
SetCandidatesParametersCandidates
id property
id property
dark_mode
light_mode
id
property
int
get
id
The candidate's id
Implementation
int get id => _wrapped.id;
set
id
(
int
v
)
Implementation
set id(int v) { _wrapped.id = v; }
chrome_extension package
documentation
input_ime
SetCandidatesParametersCandidates
id property
SetCandidatesParametersCandidates class