GridResultJsonConfiguration class

Constructors

GridResultJsonConfiguration.configure({String? itemsJsonKey, String? hasMoreItemsJsonKey, String? currentPageJsonKey, String? startPageJsonKey, String? endPageJsonKey, String? pageCountJsonKey, String? pageSizeJsonKey, String? rowCountJsonKey, String? hasPreviousPageJsonKey, String? hasNextPageJsonKey, String? hasMultiplePagesJsonKey, String? firstRowOnPageJsonKey, String? lastRowOnPageJsonKey, String? hasItemsJsonKey, String? additionalDataJsonKey})

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

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

Static Properties

additionalDataJsonKey String
getter/setter pair
currentPageJsonKey String
getter/setter pair
endPageJsonKey String
getter/setter pair
firstRowOnPageJsonKey String
getter/setter pair
hasItemsJsonKey String
getter/setter pair
hasMoreItemsJsonKey String
getter/setter pair
hasMultiplePagesJsonKey String
getter/setter pair
hasNextPageJsonKey String
getter/setter pair
hasPreviousPageJsonKey String
getter/setter pair
itemsJsonKey String
getter/setter pair
lastRowOnPageJsonKey String
getter/setter pair
pageCountJsonKey String
getter/setter pair
pageSizeJsonKey String
getter/setter pair
rowCountJsonKey String
getter/setter pair
startPageJsonKey String
getter/setter pair