DataEntry class abstract

Interface for data entries.

Implementers

Constructors

DataEntry()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getDataFields() List<String>
Returns the fields names of this DataEntry.
getDataMap() Map<String, dynamic>
Returns the DataEntry as a Map of fields and values.
getDataValues() List
Returns the fields values of this DataEntry.
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