smallImageUrl property
String?
get
smallImageUrl
Implementation
String? get smallImageUrl =>
albumImages?.where((img) => img.width == 64).firstOrNull?.url;
String? get smallImageUrl =>
albumImages?.where((img) => img.width == 64).firstOrNull?.url;