DeletedSessionResource class
Confirmation of resource deletion.
- Annotations
-
- @immutable
Constructors
- DeletedSessionResource({required String id, String type = 'session_resource_deleted'})
-
Creates a DeletedSessionResource.
const
-
DeletedSessionResource.fromJson(Map<
String, dynamic> json) -
Creates a DeletedSessionResource from JSON.
factory
Properties
Methods
-
copyWith(
{String? id, String? type}) → DeletedSessionResource - Creates a copy with replaced values.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - Converts to JSON.
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override