existsSync method

  1. @override
bool existsSync()
override

Checks whether the asset exists.

Returns true if the asset exists, false otherwise.

Implementation

@override
bool existsSync() => file.existsSync();