mediumImageUrl property

String? get mediumImageUrl

Implementation

String? get mediumImageUrl =>
    albumImages?.where((img) => img.width == 300).firstOrNull?.url;