initParams method

  1. @override
BlockElement initParams()
override

Initialize the parameters.

Implementation

@override
BlockElement initParams() {
  super.initParams();
  return this;
}