toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (defaultKeySpecs != null) 'defaultKeySpecs': defaultKeySpecs!,
if (kind != null) 'kind': kind!,
if (nonExistence != null) 'nonExistence': nonExistence!,
if (state != null) 'state': state!,
};