attributeOr<T> method
Gets attribute with default
Implementation
T attributeOr<T>(String key, T defaultValue) =>
_params.attributeOr<T>(key, defaultValue);
Gets attribute with default
T attributeOr<T>(String key, T defaultValue) =>
_params.attributeOr<T>(key, defaultValue);