ArrayDecodingKeyGenerator constructor

ArrayDecodingKeyGenerator(
  1. [String currentKey = ".0"]
)

Construct a new generator instance with key '.0'.

Implementation

ArrayDecodingKeyGenerator([this.currentKey = ".0"]);