copyWith method

PermissionOptionId copyWith({
  1. Object? value = _acpCopyWithAbsent,
})

Implementation

PermissionOptionId copyWith({Object? value = _acpCopyWithAbsent}) =>
    PermissionOptionId(
      identical(value, _acpCopyWithAbsent) ? this.value : value as String,
    );