registerProperty method

void registerProperty(
  1. PropertyDefinition definition
)

Implementation

void registerProperty(_i3.PropertyDefinition definition) {
  _i4.callMethod(
    this,
    'registerProperty',
    [definition],
  );
}