value property

int get value

Implementation

int get value => switch (this) {
      QrCodeModel.model1 => 49,
      QrCodeModel.model2 => 50,
      QrCodeModel.micro => 51,
    };