params property
List<Param>
get
params
All parameters of the constructor.
Implementation
List<Param> get params => List.unmodifiable(_params);
All parameters of the constructor.
List<Param> get params => List.unmodifiable(_params);