isLoaded property

bool isLoaded

Implementation

bool get isLoaded {
  var self = this;
  return self != null && self.isLoaded;
}