Расширение BoolPointer
Расширение для Pointer, специализированное для типа аргумента Bool.
- @Since('2.15')
Свойства
- value ↔ bool чтение / запись
- Значение типа bool по адресу address.
Операторы
- operator [](
int index) → bool - Значение типа bool по адресу
address + index. - operator []=(
int index, bool value) → void - Значение типа bool по адресу
address + index.
© 2012 the Dart project authors
Licensed under the BSD 3-Clause "New" or "Revised" License.
https://api.dart.dev/stable/2.18.5/dart-ffi/BoolPointer.html