menu
appengine package
documentation
appengine
ServiceError
ServiceError constructor
ServiceError
brightness_4
ServiceError
constructor
Null safety
ServiceError
(
String
message
,
{
String
serviceName
=
'ServiceError'
}
)
Implementation
ServiceError(String message, {this.serviceName = 'ServiceError'}) : super(message);
appengine package
documentation
appengine
ServiceError
ServiceError constructor
ServiceError class
Constructors
ServiceError
Properties
hashCode
message
runtimeType
serviceName
Methods
noSuchMethod
toString
Operators
operator ==