isFront property
bool
get
isFront
Implementation
bool get isFront => value;
set
isFront
(dynamic v)
Implementation
set isFront(v) => value = v;