AptosGraphQLPaginatedVariablesParams constructor

AptosGraphQLPaginatedVariablesParams({
  1. Map<String, dynamic> whereCondition = const {},
  2. int? offset,
  3. int? limit,
})

Implementation

AptosGraphQLPaginatedVariablesParams(
    {this.whereCondition = const {}, this.offset, this.limit});