copyWith abstract method
Implementation
Message copyWith({
String? id,
String? timestamp,
bool? isLoading,
List<MessageElement>? elements,
bool? isFailed,
double? width,
bool? isRead,
});
Message copyWith({
String? id,
String? timestamp,
bool? isLoading,
List<MessageElement>? elements,
bool? isFailed,
double? width,
bool? isRead,
});