toJson method
Implementation
@override
Map<String, dynamic> toJson() {
return <String, dynamic>{
'id': id,
'type': {
'def': {
'Array': {
'len': len,
'type': type,
},
},
'path': super.path ?? <String>[],
'docs': super.docs ?? <String>[],
}
};
}