rename static method

Schema rename(
  1. String from,
  2. String to
)

Implementation

static Schema rename(String from, String to) => _RenameSchema(from, to);