menu
lark package
documentation
ssr.dart
LarkRuntime
isClient property
isClient property
dark_mode
light_mode
isClient
property
bool
get
isClient
Whether we're running on the client.
Implementation
bool get isClient => !isServer;
lark package
documentation
ssr
LarkRuntime
isClient property
LarkRuntime class