update
This commit is contained in:
parent
a76d3a0f35
commit
e3dc94a768
33 changed files with 368 additions and 184 deletions
5
lib/blocs/guest/guest_state.dart
Normal file
5
lib/blocs/guest/guest_state.dart
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
class GuestState {
|
||||
final bool value;
|
||||
|
||||
GuestState(this.value);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue