getRotationOfChar property

num Function(num) get getRotationOfChar

Implementation

_i2.num Function(_i2.num) get getRotationOfChar =>
    (_i2.num p0) => _i4.callMethod(
          _i4.getProperty(
            this,
            'getRotationOfChar',
          ),
          r'call',
          [
            this,
            p0,
          ],
        );
set getRotationOfChar (num value(num))

Implementation

set getRotationOfChar(_i2.num Function(_i2.num) value) {
  _i4.setProperty(
    this,
    'getRotationOfChar',
    _i4.allowInterop(value),
  );
}