ocbo-esign-mobile/lib/blocs/qr/qr_state.dart

5 lines
64 B
Dart

class QrState {
final String value;
QrState(this.value);
}