ArrayDecodingKeyGenerator constructor
- [String currentKey = ".0"]
Construct a new generator instance with key '.0'.
Implementation
ArrayDecodingKeyGenerator([this.currentKey = ".0"]);
Construct a new generator instance with key '.0'.
ArrayDecodingKeyGenerator([this.currentKey = ".0"]);