Subdomain class
Requires when construction SDK for cloud or localhost
https://docs.nhost.io
Constructors
-
Subdomain({required String subdomain, required String region})
-
subdomain is the Nhost "subdomain" and "region" that can be found on your Nhost
project page.
for local development pass 'local' to subdomain
and leave region empty string '';
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
region
→ String
-
Project region (e.g.
eu-central-1
)
final
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
subdomain
→ String
-
Project subdomain (e.g.
ieingiwnginwnfnegqwvdqwdwq
)
final
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited