Table.fromJson constructor Null safety

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

Implementation

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