vid property
Value?
get
vid
Implementation
Value? get vid => this._vid;
set
vid
(Value? vid)
Implementation
set vid(Value? vid) {
this._vid = vid;
}