MultiDocumentResponseDailyResilienceModel class

Available extensions
Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

MultiDocumentResponseDailyResilienceModel.new({required List<DailyResilienceModel> data, required dynamic nextToken})
const
MultiDocumentResponseDailyResilienceModel.fromJson(Map<String, dynamic> json)
factory

Properties

data List<DailyResilienceModel>
final
hashCode int
The hash code for this object.
no setteroverride
nextToken → dynamic
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({List<DailyResilienceModel>? data, dynamic nextToken}) MultiDocumentResponseDailyResilienceModel

Available on MultiDocumentResponseDailyResilienceModel, provided by the $MultiDocumentResponseDailyResilienceModelExtension extension

copyWithWrapped({Wrapped<List<DailyResilienceModel>>? data, Wrapped? nextToken}) MultiDocumentResponseDailyResilienceModel

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