comments property

List<_Comment>? comments
latefinal

Implementation

late final List<_Comment>? comments =
    _commentRenderers?.map((e) => _Comment(e)).toList(growable: false);