GqlQueryParameter constructor

GqlQueryParameter({
  1. String? cursor,
  2. Value? value,
})

Implementation

GqlQueryParameter({this.cursor, this.value});