Oph class

Constructors

Oph()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

curPreset Preset
no setter

Static Methods

addToList(String name, String code, {String q = '', String f = '', String o = '', int p = 1, int r = 20, int s = 0}) Future<void>
auth() AuthService
fetchData(String name, {bool nextPage = false, String q = '', String f = '', String o = '', int p = 1, int r = 20, int s = 0, bool isForced = false}) → dynamic
getHead(String name) BrowseHead
getList(String name) → dynamic
getValFromCaption(BrowseRow r, String caption) String
init({Preset? preset, String? serverURL, String? indexURL, String? apiURL, String? autosuggestURL, String? reportURL, String? documentURL, String? rootAccountId, String? apiKey, Color? color1, Color? color2, Color? color3, Color? color4, double? imgRatio}) → void
setCallback(dynamic callback()) → dynamic
setErrorback(Function errorback) → dynamic