copyWith property

Implementation

CopyWith$Input$UserAccountInput<Input$UserAccountInput> get copyWith =>
    CopyWith$Input$UserAccountInput(
      this,
      (i) => i,
    );