isAvailable property

bool get isAvailable

Check if HMR is available (only in debug mode)

Implementation

bool get isAvailable => kDebugMode;