allPins property

List<String> get allPins

Implementation

List<String> get allPins => [
  ...primaryPins,
  ...backupPins,
];