isDefaultRole property

bool? get isDefaultRole

Implementation

bool? get isDefaultRole => _$this._isDefaultRole;
set isDefaultRole (bool? isDefaultRole)

Implementation

set isDefaultRole(bool? isDefaultRole) =>
    _$this._isDefaultRole = isDefaultRole;