getInternalformatParameter property
dynamic Function(num, num, num)
get
getInternalformatParameter
Implementation
_i2.dynamic Function(
_i2.num,
_i2.num,
_i2.num,
) get getInternalformatParameter => (
_i2.num p0,
_i2.num p1,
_i2.num p2,
) =>
_i4.callMethod(
_i4.getProperty(
this,
'getInternalformatParameter',
),
r'call',
[
this,
p0,
p1,
p2,
],
);
set
getInternalformatParameter
(dynamic value(num, num, num))
Implementation
set getInternalformatParameter(
_i2.dynamic Function(
_i2.num,
_i2.num,
_i2.num,
) value) {
_i4.setProperty(
this,
'getInternalformatParameter',
_i4.allowInterop(value),
);
}