isPackable property

bool isPackable

Implementation

bool get isPackable => (generator == null && !isString && !isBytes) || isEnum;