FwStandardModelsFwApiException class

Available extensions
Annotations
  • @JsonSerializable.new(explicitToJson: true)

Constructors

FwStandardModelsFwApiException({int? statusCode, String? message, String? stackTrace})
FwStandardModelsFwApiException.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
message String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stackTrace String?
final
statusCode int?
final

Methods

copyWith({int? statusCode, String? message, String? stackTrace}) FwStandardModelsFwApiException

Available on FwStandardModelsFwApiException, provided by the $FwStandardModelsFwApiExceptionExtension extension

copyWithWrapped({Wrapped<int?>? statusCode, Wrapped<String?>? message, Wrapped<String?>? stackTrace}) FwStandardModelsFwApiException

Available on FwStandardModelsFwApiException, provided by the $FwStandardModelsFwApiExceptionExtension extension

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(dynamic other) bool
The equality operator.
override

Constants

fromJsonFactory → const FwStandardModelsFwApiException Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(FwStandardModelsFwApiException instance)