menu
raylib_dartified_base package
documentation
core/raylib_dartified_base.dart
StructPointerValueField<E, R extends RType>
readSafe method
readSafe method
dark_mode
light_mode
readSafe
method
E
readSafe
(
MemoryPointer
<
RType
>
p
,
E
fallback
)
Implementation
E readSafe(MemoryPointer p, E fallback) => codec.readSafe(p.offsetBy(offset), fallback);
raylib_dartified_base package
documentation
core/raylib_dartified_base
StructPointerValueField<E, R extends RType>
readSafe method
StructPointerValueField class