GpLogItemQueryBuilder class

QueryObjectBuilder to allow easy extraction from the db.

Inheritance

Constructors

GpLogItemQueryBuilder()

Properties

hashCode int
The hash code for this object.
no setterinherited
limit ↔ dynamic
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

fromRow(QueryResultRow map) GpLogItem
Extract the item from resultobject row.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
querySql() String
override
toMap(GpLogItem item) Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited