runtimeKey property

  1. @protected
Key get runtimeKey

Implementation

@protected
Key get runtimeKey {
  return key ?? Key(runtimeType.toString());
}