copyWith method

GetStoryAvailableReactions copyWith({
  1. int? rowSize,
})

Implementation

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