IsolateSpawnException constructor Null safety

IsolateSpawnException(
  1. String message
)

Implementation

@pragma("vm:entry-point")
IsolateSpawnException(this.message);