boundary property
String
get
boundary
The Content-Type field for multipart entities requires one parameter, "boundary", which is used to specify the encapsulation boundary.
See also: https://www.w3.org/Protocols/rfc1341/7_2_Multipart.html
Implementation
String get boundary => _boundary;