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