params property

List? params
final

A list of formatting parameters, preferably strings. Non-strings will be coerced to strings.

Implementation

final List<dynamic>? params;