MethodInfoTable constructor

MethodInfoTable({
  1. TableRelation? tableRelation,
})

Implementation

MethodInfoTable({super.tableRelation})
    : super(tableName: 'serverpod_method') {
  endpoint = _i1.ColumnString(
    'endpoint',
    this,
  );
  method = _i1.ColumnString(
    'method',
    this,
  );
}