requireKey property
K
get
requireKey
Implementation
K get requireKey {
if (hasKey) {
return key!;
} else {
throw StateError('$this has no key');
}
}
K get requireKey {
if (hasKey) {
return key!;
} else {
throw StateError('$this has no key');
}
}