childKey method

Key childKey(
  1. String name
)

Implementation

Key childKey(String name) {
  return Key("$stateId$name");
}