create static method

Schema create(
  1. String name,
  2. TableBluePrintFunc func
)

Implementation

static Schema create(String name, TableBluePrintFunc func) =>
    Schema._(name, func);