value property

int get value

Implementation

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

Implementation

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