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

hashCode int
The hash code for this object.
no setterinherited
key String
The tuple key
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
val String
The tuple value
final

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