constructor()

in transforms/__testfixtures__/manual-bind-to-arrow/manual-bind-to-arrow2.output.js [4:9]


  constructor(props: Object) {
    super(props);
    if (!this.props.something.somePreference) {
      this._onChange(SomeConstantsOptions.SOME_CONSTANT);
    }
  }