home property

bool? home

Implementation

bool? get home => _$this._home;
void home=(bool? home)

Implementation

set home(bool? home) => _$this._home = home;