sourceId property
String?
get
sourceId
ID of source. Null if source is PRINT_PREVIEW or ANDROID_APP.
Implementation
String? get sourceId => _wrapped.sourceId;
set
sourceId
(String? v)
Implementation
set sourceId(String? v) {
_wrapped.sourceId = v;
}