build method

ModelSchema build()

Implementation

ModelSchema build() {
  return ModelSchema(
    name: name,
    pluralName: pluralName,
    authRules: authRules,
    fields: fields,
    indexes: indexes,
  );
}