Extension on BoxType to create a Box with a fluent API.
Example:
final box = BoxType.isolated.box<String, MyModel>('myBox');
Available on BoxType, provided by the CreateBoxFromTypeExtensions extension