EntitiesResponse<T> class

Response when loading entities of a Grid with ApptiveGridClient.loadEntities

Constructors

EntitiesResponse({List<T> items = const []})
Creates a new Response Object with items
const

Properties

hashCode int
The hash code for this object.
no setteroverride
items List<T>
Items of the Response
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({List<T>? items}) EntitiesResponse
Copies this Object with provided arguments
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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