Container.fromJson constructor Null safety

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

Implementation

factory Container.fromJson(Map<String, dynamic> json) = _$Container.fromJson;