SmsjobsStatus class

Smsjobs Status.

ID: 2aee9191.

Inheritance

Constructors

SmsjobsStatus({required bool allowInternational, required int recentSent, required int recentSince, required int recentRemains, required int totalSent, required int totalSince, String? lastGiftSlug, required String termsUrl})
Smsjobs Status constructor.
const
SmsjobsStatus.deserialize(BinaryReader reader)
Deserialize.
factory

Properties

allowInternational bool
allow_international: bit 0 of flags.0?true
final
flags int
Flags.
no setter
hashCode int
The hash code for this object.
no setterinherited
lastGiftSlug String?
Last Gift Slug.
final
recentRemains int
Recent Remains.
final
recentSent int
Recent Sent.
final
recentSince int
Recent Since.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
termsUrl String
Terms Url.
final
totalSent int
Total Sent.
final
totalSince int
Total Since.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
serialize(List<int> buffer) → void
Serialize.
override
toJson() Map<String, dynamic>
Converts an object to JSON.
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited