didComplete property

bool get didComplete

Indicates whether the tile completed loading successfully

  • true: completed - see resultPath for exact result path
  • false: errored - see error for error/exception object

Implementation

bool get didComplete => resultPath != null;