isInline property

bool isInline

Implementation

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