load<R> method
Load a Dart value from this location.
The value is automatically unmarshalled from its native representation. Loading a Struct reference returns a reference backed by native memory (the same pointer as it's loaded from).
Implementation
external R load<@DartRepresentationOf("T") R>();