nonMutableTypeNames top-level property

List<String> nonMutableTypeNames
final

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

Implementation

final nonMutableTypeNames = _nonMutableTypes.map((t) => t.toString()).toList();