fromMap static method

TableRemoved fromMap(
  1. Map<String, dynamic> map
)

Implementation

static TableRemoved fromMap(Map<String, dynamic> map) {
  return ensureInitialized().decodeMap<TableRemoved>(map);
}