ExtraInfo.fromJson constructor Null safety

ExtraInfo.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory ExtraInfo.fromJson(Map<String, dynamic> json) => ExtraInfo(json['message']);