Param constructor

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

Implementation

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