NetmeraCouponDetail class
Copyright (c) 2023 Inomera Research. Author Initial Code
Constructors
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
-
getAssignDate(
) → String? -
getCode(
) → String? -
getCouponId(
) → String? -
getExpireDate(
) → String? -
getName(
) → String? -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setAssignDate(
String value) → dynamic -
setCode(
String value) → dynamic -
setCouponId(
String value) → dynamic -
setExpireDate(
String value) → dynamic -
setName(
String value) → dynamic -
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited