RefList.fromJson constructor Null safety

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

Implementation

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