NativeViewAndroid constructor

NativeViewAndroid({
  1. String param = "",
  2. int id = -1,
})

Implementation

NativeViewAndroid({this.param = "", this.id = -1});