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