noneMutableTypeNames top-level property

List<String> noneMutableTypeNames
final

List of types that are not mutable and therefore do not need to be copied or handled in a copyWith method.

Implementation

final noneMutableTypeNames =
    _noneMutableTypes.map((t) => t.toString()).toList();