value property

int get value

Implementation

int get value {
  return thermion_flutter_web_get(this.cast<ffi.Char>(), 0);
}
set value (int value)

Implementation

set value(int value) {
  thermion_flutter_web_set(this.cast<ffi.Char>(), 0, value);
}