toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (category != null) 'category': category!,
if (disabled != null) 'disabled': disabled!,
if (name != null) 'name': name!,
if (typeDescriptor != null) 'typeDescriptor': typeDescriptor!,
if (typeUrls != null) 'typeUrls': typeUrls!,
if (version != null) 'version': version!,
};