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