image property
String
get
image
Implementation
String get image => images.isEmpty
? 'https://trello-attachments.s3.amazonaws.com/5d64f19a7cd71013a9a418cf/640x480/1dfc14f78ab0dbb3de0e62ae7ebded0c/placeholder.jpg'
: images.first.originalSrc;