isAvailable property
bool
get
isAvailable
Check if HMR is available (only in debug mode)
Implementation
bool get isAvailable => kDebugMode;
Check if HMR is available (only in debug mode)
bool get isAvailable => kDebugMode;