isGifted property
bool
get
isGifted
is the item gifted from a player
Implementation
bool get isGifted =>
attributes["giftFromAccountId"] != null &&
attributes["giftFromAccountId"] != "";
is the item gifted from a player
bool get isGifted =>
attributes["giftFromAccountId"] != null &&
attributes["giftFromAccountId"] != "";