BodyType property

BodyType? BodyType
Gets or sets the type of the body.

Implementation

enumerations.BodyType? get BodyType => this._bodyType;
void BodyType=(BodyType? value)

Implementation

set BodyType(enumerations.BodyType? value) => this._bodyType = value;