KeyVal class

created : Aditya Pratama originalFilename : _key_val date : 20 Jun 2021 ————————————————————————————————————————————————————————————————————————————— general object Key Value. use example:

  • bottom sheet dialog
  • list dialog
  • etc.

Constructors

KeyVal({required dynamic key, required String val, String? icon, bool? badge, bool? isSelected})

Properties

badge bool?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
icon String?
getter/setter pair
isSelected bool?
getter/setter pair
key ↔ dynamic
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
val String
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