copyWith method

CallRectangleRow copyWith({
  1. String? chatId,
  2. String? rect,
})

Implementation

CallRectangleRow copyWith({String? chatId, String? rect}) =>
    CallRectangleRow(chatId: chatId ?? this.chatId, rect: rect ?? this.rect);