ExtraInfo constructor Null safety

ExtraInfo(
  1. String? message
)

Implementation

ExtraInfo(this.message);