ItemApplicationScopesUpdateRequest class

Available extensions
Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

ItemApplicationScopesUpdateRequest({String? clientId, String? secret, required String accessToken, required String applicationId, required Scopes scopes, String? state, required ScopesContext context})
ItemApplicationScopesUpdateRequest.fromJson(Map<String, dynamic> json)
factory

Properties

accessToken String
final
applicationId String
final
clientId String?
final
context ScopesContext
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scopes Scopes
final
secret String?
final
state String?
final

Methods

copyWith({String? clientId, String? secret, String? accessToken, String? applicationId, Scopes? scopes, String? state, ScopesContext? context}) ItemApplicationScopesUpdateRequest

Available on ItemApplicationScopesUpdateRequest, provided by the $ItemApplicationScopesUpdateRequestExtension extension

copyWithWrapped({Wrapped<String?>? clientId, Wrapped<String?>? secret, Wrapped<String>? accessToken, Wrapped<String>? applicationId, Wrapped<Scopes>? scopes, Wrapped<String?>? state, Wrapped<ScopesContext>? context}) ItemApplicationScopesUpdateRequest

Available on ItemApplicationScopesUpdateRequest, provided by the $ItemApplicationScopesUpdateRequestExtension 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 ItemApplicationScopesUpdateRequest Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(ItemApplicationScopesUpdateRequest instance)