Body constructor

const Body({
  1. List<BodyPart> parts = const [],
})

Implementation

const Body({this.parts = const []});