Pref class

Constructors

Pref({required String prefKey, dynamic defVal, bool enabled = true, bool visible = true, String? dependancy, required int type, dynamic function()?, Map<int, String>? listItems, String? label, String? description, int? format, int? max, int? min})

Properties

defVal ↔ dynamic
getter/setter pair
dependancy String?
getter/setter pair
description String
getter/setter pair
enabled bool
getter/setter pair
format int?
getter/setter pair
function ↔ (dynamic Function()?)
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
label String
getter/setter pair
listItems Map<int, String>
getter/setter pair
max int?
getter/setter pair
min int?
getter/setter pair
prefKey String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type int
getter/setter pair
value ↔ dynamic
getter/setter pair
visible bool
getter/setter pair

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

Constants

FORMAT_BOOL_CHECKBOX → const int
FORMAT_BOOL_SWITCH → const int
FORMAT_DATE_DMY → const int
FORMAT_DATE_MDY → const int
FORMAT_DATE_YMD → const int
FORMAT_INT_SLIDER → const int
FORMAT_INT_TEXT → const int
FORMAT_LIST_DIALOG → const int
FORMAT_LIST_DROPDOWN → const int
FORMAT_TEXT_EMAIL → const int
FORMAT_TEXT_PHONE → const int
FORMAT_TEXT_PLAIN → const int
FORMAT_TEXT_URI → const int
TYPE_BOOL → const int
TYPE_DATE → const int
TYPE_FUNCTION → const int
TYPE_HEADER → const int
TYPE_INT → const int
TYPE_LIST → const int
TYPE_TEXT → const int
TYPE_TIME → const int