source property
Map<String, VideoSource> ?
get
source
Implementation
Map<String, VideoSource>? get source => _source;
set
source
(Map<String, VideoSource> ? value)
Implementation
set source(Map<String, VideoSource>? value) {
_source = value;
notifyListeners();
}