pub unsafe extern "C" fn Dart_SetNativeInstanceField(
obj: Dart_Handle,
index: c_int,
value: isize,
) -> Dart_Handle
Expand description
Sets the value of a native field.
TODO(turnidge): Document.
pub unsafe extern "C" fn Dart_SetNativeInstanceField(
obj: Dart_Handle,
index: c_int,
value: isize,
) -> Dart_Handle
Sets the value of a native field.
TODO(turnidge): Document.