ChapterStatisticsResponseModel class

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

Constructors

ChapterStatisticsResponseModel({required int charactersUnconverted, required int charactersConverted, required int paragraphsConverted, required int paragraphsUnconverted})
const
ChapterStatisticsResponseModel.fromJson(Map<String, dynamic> json)
factory

Properties

charactersConverted int
final
charactersUnconverted int
final
hashCode int
The hash code for this object.
no setteroverride
paragraphsConverted int
final
paragraphsUnconverted int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({int? charactersUnconverted, int? charactersConverted, int? paragraphsConverted, int? paragraphsUnconverted}) ChapterStatisticsResponseModel

Available on ChapterStatisticsResponseModel, provided by the $ChapterStatisticsResponseModelExtension extension

copyWithWrapped({Wrapped<int>? charactersUnconverted, Wrapped<int>? charactersConverted, Wrapped<int>? paragraphsConverted, Wrapped<int>? paragraphsUnconverted}) ChapterStatisticsResponseModel

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