childKey method

Key childKey(
  1. String name
)
inherited

Implementation

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