MethodInfoTable constructor
      
      MethodInfoTable({ 
    
    
- TableRelation? tableRelation,
Implementation
MethodInfoTable({super.tableRelation})
    : super(tableName: 'serverpod_method') {
  updateTable = MethodInfoUpdateTable(this);
  endpoint = _i1.ColumnString(
    'endpoint',
    this,
  );
  method = _i1.ColumnString(
    'method',
    this,
  );
}