keyNamespace property

  1. @override
String? keyNamespace
final

A custom namespace for the keys of state properties defined in the annotated class, overriding the default of '${stateClassName}.'.

Implementation

@override
final String? keyNamespace;