EntitiesResponse<T> class

Response when loading entities of a Grid with ApptiveGridClient.loadEntities

Constructors

EntitiesResponse({List<T> items = const [], PageMetaData? pageMetaData})
Creates a new Response Object with items and pageMetaData
const
EntitiesResponse.fromJson(dynamic json)
Constructs a new EntitiesResponse instance from a JSON Map.
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
items List<T>
Items of the Response
final
pageMetaData PageMetaData?
Contains the meta data for paging if available
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({List<T>? items, PageMetaData? pageMetaData}) 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