isHorizontalDivider property
bool
get
isHorizontalDivider
Returns true
if this ContentfulContentNodeType is a hr
Implementation
bool get isHorizontalDivider => this == ContentfulContentNodeType.hr;
Returns true
if this ContentfulContentNodeType is a hr
bool get isHorizontalDivider => this == ContentfulContentNodeType.hr;