getTableForType abstract method

FutureOr<String?> getTableForType(
  1. TypeInfo type
)

Returns the table name for type.

Implementation

FutureOr<String?> getTableForType(TypeInfo type);