ThemeToken constructor

const ThemeToken(
  1. Set<String> excludedFields,
  2. Map<String, dynamic> _data,
  3. String type
)

Implementation

const ThemeToken(
  this.excludedFields,
  this._data,
  this.type,
);