boundary property

String? get boundary

Implementation

String? get boundary => (type != null && type?.parameters != null)
    ? type?.parameters['boundary']
    : null;