copyWith abstract method
Returns a shallow copy of this PlanInfo with some or all fields replaced by the given arguments.
Implementation
@_i1.useResult
PlanInfo copyWith({
String? productId,
String? name,
String? displayName,
String? description,
int? trialLength,
DateTime? trialEndDate,
int? projectsLimit,
List<_i2.ProjectProductInfo>? projectProductInfo,
});