PackClass constructor

PackClass([
  1. List? args
])

Implementation

PackClass([List<dynamic>? args]) {
  $init(args ?? []);
}