params property

List<Param> get params

All parameters of the constructor.

Implementation

List<Param> get params => List.unmodifiable(_params);