copyWith property

LanPropertyCopyWith<LanProperty, LanProperty, LanProperty> copyWith

Implementation

LanPropertyCopyWith<LanProperty, LanProperty, LanProperty> get copyWith =>
    _LanPropertyCopyWithImpl(this as LanProperty, $identity, $identity);