copyWith method
Implementation
BridgeClassType copyWith({BridgeTypeRef? type}) =>
BridgeClassType(type ?? this.type,
isAbstract: isAbstract,
$extends: $extends,
$implements: $implements,
$with: $with,
generics: generics);