firstName property

bool? firstName

Implementation

bool? get firstName => _$this._firstName;
void firstName=(bool? firstName)

Implementation

set firstName(bool? firstName) => _$this._firstName = firstName;