isPrimed property

bool isPrimed

Implementation

bool get isPrimed => homeSite != null ? homeSite!.isPrimed : false;