nextPageIdCardFront property

dynamic get nextPageIdCardFront

Implementation

Color? get nextPageIdCardFront => _nextPageIdCardFront;
set nextPageIdCardFront (dynamic val)

Implementation

set nextPageIdCardFront(Color? val) {
  _nextPageIdCardFront = val;
  _set({"nextPageIdCardFront": _intFromColor(val)});
}