Advertisement
Guest User

Untitled

a guest
Mar 26th, 2019
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. fun parseForFlutter(): Map<String, String> {
  2. return mapOf(
  3. "title" to this.title,
  4. "year" to this.year,
  5. "type" to this.type,
  6. "imgUrl" to this.imgUrl
  7. )
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement