peel method

T peel({
  1. required bool enable,
})

是否剥去

Implementation

T peel({required bool enable}) {
  return push(TPeel(enable: enable));
}