renderParams property
final
A Map
of data to inject when res.render
is called.
This can be used to reduce boilerplate when using templating engines.
Implementation
final Map<String, dynamic> renderParams = {};
A Map
of data to inject when res.render
is called.
This can be used to reduce boilerplate when using templating engines.
final Map<String, dynamic> renderParams = {};