isEmpty property
bool
get
isEmpty
Implementation
bool get isEmpty =>
cert == null && key == null && passphrase == null && ca == null;
bool get isEmpty =>
cert == null && key == null && passphrase == null && ca == null;