hasSourceAccess property

  1. @override
bool get hasSourceAccess
override

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

Implementation

@override
bool get hasSourceAccess {
  return false;
}