initialize property

String Function(String) get initialize

Implementation

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

Implementation

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