DiveObslibData class

A wrapper around obs_data and the obs_data_* functions. Example: void exampleUseData() { final data = DiveObslibData(); data.setBool("is_local_file", true); data.dispose(); }

Constructors

DiveObslibData()

Properties

hashCode int
The hash code for this object.
no setterinherited
pointer Pointer<obs_data>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dispose() → void
Release the underlying data.
modify(Pointer<obs_property> prop) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setBool(String name, bool value) → void
setDouble(String name, double value) → void
setInt(String name, int value) → void
setString(String name, String value) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited