hasBuilder method

bool hasBuilder(
  1. String tableName
)

Whether a decoder has been registered for tableName.

Implementation

bool hasBuilder(String tableName) => _tables.containsKey(tableName);