hasSourceAccess property

bool hasSourceAccess

Returns true if this loader can provide access to the source.

Implementation

bool get hasSourceAccess {
  return true;
}