resolve method

  1. @override
dynamic resolve(
  1. String key
)
override

Implementation

@override
resolve(key) => this[key] ?? extend?[key];