Iterable<Typedef> get publicTypedefsSorted => _publicTypedefsSorted ??= publicTypedefs.toList()..sort(byName);