GenKeys constructor

const GenKeys({
  1. List<String> keyClasses = const [],
})

Implementation

const GenKeys({
  this.keyClasses = const [],
});