toBean static method

TableInfo toBean(
  1. Map json
)

Implementation

static TableInfo toBean(Map json) => TableInfo.fromJson(json);