isPhoto property
bool
get
isPhoto
Implementation
bool get isPhoto => this == MediaSource.cameraPhoto || this == MediaSource.gallery;
bool get isPhoto => this == MediaSource.cameraPhoto || this == MediaSource.gallery;