clipPath property

  1. @TagNumber(4)
String get clipPath

Implementation

@TagNumber(4)
String get clipPath => $_getSZ(3);
  1. @TagNumber(4)
set clipPath (String v)

Implementation

@TagNumber(4)
set clipPath(String v) {
  $_setString(3, v);
}