isPackable property

bool get isPackable

Implementation

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