count property
int
get
count
Returns the number of headers in this message.
Implementation
int get count => headers.length;
Returns the number of headers in this message.
int get count => headers.length;