PrismaDevelopment class

Development environment.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
override(String key, String value) → void
Override a environment variable.
remove(String key) → void
Remove a environment variable.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

client({required PrismaEnvironment environment, required String encoded}) → dynamic
Prisma development environment client.
server(FutureOr<void> configurator(PrismaDevelopment)) Future<void>
Prisma development environment server.