Picker class

Inheritance

Constructors

Picker(int? parentValue, int valueMember, String displayMember)
old version
Picker.data(Map<String, Object?>? data)
Picker.fromJson(String json)
factory

Properties

createDate → DateTime?
no setterinherited
data → Map<String, Object?>
finalinherited
deleteDate → DateTime?
no setterinherited
displayMember → String
no setter
hashCode → int
The hash code for this object.
no setterinherited
id → int
no setterinherited
modifyDate → DateTime?
no setterinherited
parentValue → int?
no setter
priority → double
no setterinherited
refID → int?
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
title → String
no setter
valueMember → int
no setter
visible → bool
no setterinherited
visibleHightLight → bool
no setterinherited
visibleHome → bool
no setterinherited
visibleHOT → bool
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 Methods

toJson(Picker value) → String