MeTuple class
Tuple key/value for MeCard elements
- Annotations
-
- @immutable
Constructors
- MeTuple(String key, String val)
-
Create a tuple
const
- MeTuple.bool(String key, bool val)
-
Create a tuple with a boolean value
factory
- MeTuple.date(String key, DateTime val)
-
Create a tuple with a date value
factory
-
MeTuple.sub(String key, Iterable<
String> val) -
Create a tuple with a comma-separated values
factory
Properties
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