hasSourceAccess property

bool get hasSourceAccess

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

Implementation

bool get hasSourceAccess {
  return true;
}