hasSourceAccess property
bool
get
hasSourceAccess
Returns true
if this loader can provide access to the source.
Implementation
bool get hasSourceAccess {
return true;
}
Returns true
if this loader can provide access to the source.
bool get hasSourceAccess {
return true;
}