isEmpty property

bool get isEmpty

Implementation

bool get isEmpty =>
    connect == null &&
    sign == null &&
    transaction == null &&
    switchNetwork == null &&
    addNetwork == null;