normalizeMarkdown property

String Function(String) get normalizeMarkdown

Implementation

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

Implementation

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