values property

Implementation

static List<ReferenceBitfieldFlags> get values => <ReferenceBitfieldFlags>[
      flagLocation,
      flagSpeed,
      flagZ,
      flagRadius,
      flagStartPoint,
      flagDirect,
      flagMandone,
    ];