toRectangleFeature method

RectangleFeature toRectangleFeature()

转换为RectangleFeature

Implementation

RectangleFeature toRectangleFeature() {
  return RectangleFeature(
    topLeft: topLeft,
    topRight: topRight,
    bottomLeft: bottomLeft,
    bottomRight: bottomRight,
  );
}