Advertisement
Guest User

Untitled

a guest
Oct 16th, 2019
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. class Data {
  2. String title;
  3. String subTitle;
  4.  
  5. Data(this.title, this.subTitle);
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement