Center.fromJson constructor Null safety

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

Implementation

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