segmentsCount property
int
get
segmentsCount
Gets the number of segments in the message.
Implementation
int get segmentsCount => segments.length;
Gets the number of segments in the message.
int get segmentsCount => segments.length;