isClient property

  1. @override
bool isClient
inherited

Whether the current app is run on the client (in the browser)

Implementation

@override
bool get isClient => true;