close method
void
close()
Release the native handle. Delegates to the wrapped Model; safe to call multiple times.
Implementation
void close() => _raw.close();
Release the native handle. Delegates to the wrapped Model; safe to call multiple times.
void close() => _raw.close();