StateEntry constructor Null safety
- String key,
- dynamic value
Creates a new instance of the state entry and assigns its values.
key
a unique key to locate the value.value
a value to be stored.
Creates a new instance of the state entry and assigns its values.
key
a unique key to locate the value.value
a value to be stored.