Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. class Constants{
  2. static const String About = 'About';
  3. static const String SignOut = 'Sign out';
  4.  
  5. static const List<String> choices = <String>[
  6. About,
  7. SignOut
  8. ];
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement