WidgetAttributes constructor

WidgetAttributes(
  1. String _defaultLanguage,
  2. String _defaultCurrency
)

Implementation

WidgetAttributes(this._defaultLanguage, this._defaultCurrency);