BodyPart.fromRawJson constructor
BodyPart.fromRawJson(
- String str
Implementation
factory BodyPart.fromRawJson(String str) => BodyPart.fromJson(json.decode(str));
factory BodyPart.fromRawJson(String str) => BodyPart.fromJson(json.decode(str));