TableResponse.fromJson constructor

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

Implementation

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