BodyPart.fromRawJson constructor

BodyPart.fromRawJson(
  1. String str
)

Implementation

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