copyWith property

Implementation

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