returnType property

String? returnType

Implementation

_i2.String? get returnType => _i4.getProperty(
      this,
      'returnType',
    );
void returnType=(String? value)

Implementation

set returnType(_i2.String? value) {
  _i4.setProperty(
    this,
    'returnType',
    value ?? _i5.undefined,
  );
}