Param.query constructor

const Param.query({
  1. String name = '',
  2. Function? fromJson,
})

Implementation

const Param.query({this.name = '', this.fromJson}) : isQuery = true;