onCreate method

dynamic onCreate()

Implementation

onCreate() {
  if (attr.view is View) {
    (attr.view as View).onCreate();
  }
}