CloseSegment constructor

CloseSegment({
  1. String? tag,
})

Creates a close segment.

Implementation

CloseSegment({
  String? tag,
}) : super(
        tag: tag,
      );