JSONAccessor constructor
JSONAccessor({})
Implementation
JSONAccessor({required super.name, required super.type, super.index=0, this.containerConstructor, this.includeNull = true, this.defaultValue = JSONAccessor, this.convert});