RAL constructor

RAL({
  1. required String code,
  2. required String scope,
  3. required ColorRAL color,
  4. required NamesRal namesRal,
})

Implementation

RAL({
  required this.code,
  required this.scope,
  required this.color,
  required this.namesRal,
});