imageUrl property

String get imageUrl

Implementation

String get imageUrl => image == null
    ? 'https://trello-attachments.s3.amazonaws.com/5d64f19a7cd71013a9a418cf/640x480/1dfc14f78ab0dbb3de0e62ae7ebded0c/placeholder.jpg'
    : image!.originalSrc;