ChatData copyWith({ String? type, String? data, }) => ChatData( type: type ?? _type, data: data ?? _data, );