MultiDocumentResponseTagModel class
- Available extensions
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
-
MultiDocumentResponseTagModel.new({required List<
TagModel> data, required dynamic nextToken}) -
const
-
MultiDocumentResponseTagModel.fromJson(Map<
String, dynamic> json) -
factory
Properties
Methods
-
copyWith(
{List< TagModel> ? data, dynamic nextToken}) → MultiDocumentResponseTagModel -
Available on MultiDocumentResponseTagModel, provided by the $MultiDocumentResponseTagModelExtension extension
-
copyWithWrapped(
{Wrapped< List< ? data, Wrapped? nextToken}) → MultiDocumentResponseTagModelTagModel> > -
Available on MultiDocumentResponseTagModel, provided by the $MultiDocumentResponseTagModelExtension 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 ==(
Object other) → bool -
The equality operator.
override
Constants
-
fromJsonFactory
→ const MultiDocumentResponseTagModel Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(MultiDocumentResponseTagModel instance)