@override Object toJson() => { 'documentations': [for (final i in documentations) i.toJson()], 'title': title, };