copyWith method

Injected copyWith({
  1. String? namespace,
  2. String? injectedId,
})

Implementation

Injected copyWith({String? namespace, String? injectedId}) => Injected(
      namespace: namespace ?? this.namespace,
      injectedId: injectedId ?? this.injectedId,
    );