NetmeraCategory class
Copyright (c) 2019 Inomera Research. Author Burak Soykal
Constructors
- NetmeraCategory.fromJson(Map json)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getCategoryName(
) → String? -
getDeletedCount(
) → int? -
getLastMessage(
) → NetmeraPushInbox -
getReadCount(
) → int? -
getUnReadCount(
) → int? -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setCategoryName(
String value) → dynamic -
setDeletedCount(
int value) → dynamic -
setLastMessage(
NetmeraPushInbox value) → dynamic -
setReadCount(
int value) → dynamic -
setUnReadCount(
int value) → dynamic -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited