isSuccessfullyLoaded property

bool isSuccessfullyLoaded

Returns true if JS library is successfully loaded.

Implementation

static bool get isSuccessfullyLoaded =>
    _load.isLoaded && _load.loadSuccessful!;