Instance method Null safety

Chalk Instance(
  1. {int level = -1}
)

Implementation

static Chalk Instance({int level = -1}) {
  return instance(level: level);
}