copyWith method
Implementation
GetStoryAvailableReactions copyWith({int? rowSize}) =>
GetStoryAvailableReactions(rowSize: rowSize ?? this.rowSize);
GetStoryAvailableReactions copyWith({int? rowSize}) =>
GetStoryAvailableReactions(rowSize: rowSize ?? this.rowSize);