imageUrl property

String? imageUrl

Implementation

String? get imageUrl => imageStorageUUID == null
    ? null
    : Storage.getDownloadUrl(imageStorageUUID!);