Parts constructor

Parts({
  1. String? text,
})

Implementation

factory Parts({
  String? text,
}) = _Parts;