show method Null safety

void show()

Implementation

void show() {
  print('Hi, MyDartPkg First');
}