Checks whether the asset exists.
Returns true if the asset exists, false otherwise.
true
false
@override bool existsSync() => file.existsSync();