flags property
int
get
flags
Flags.
Implementation
int get flags {
final v = _flag(
b00: byLocation,
b01: checkLimit,
b02: forPersonal,
b03: forCommunityPeer,
);
return v;
}
Flags.
int get flags {
final v = _flag(
b00: byLocation,
b01: checkLimit,
b02: forPersonal,
b03: forCommunityPeer,
);
return v;
}