boundary property

String boundary

The boundary of FormData, it consists of a constant prefix and a random postfix to assure the the boundary unpredictable and unique, each FormData instance will be different.

Implementation

String get boundary => _boundary;