Param constructor

Param()

Implementation

Param() {
  if (Platform.isAndroid || Platform.isIOS) {
    builderAgent = ParamBuilderAgent();
  }
}