True if rawData is a binary encoded List.
True
rawData
e.g. ['SGkgS2F0ZQ==', 'base64'];
bool get isBinary => rawData is List;