QueryGql constructor

const QueryGql({
  1. String? stringQueryGql,
  2. String? modelFragmentGql,
})

Implementation

const QueryGql({
  final this.stringQueryGql,
  final this.modelFragmentGql,
});