StateEntry constructor Null safety

StateEntry(
  1. String key,
  2. 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.