copyWith property

Implementation

CopyWith$Query$user$user<Query$user$user> get copyWith =>
    CopyWith$Query$user$user(
      this,
      (i) => i,
    );