isInline property

bool get isInline

Implementation

bool get isInline => isNotEmpty && values.every((item) => item.isInline);