openingHours property
OpeningHours?
get
openingHours
Время работы объекта.
Implementation
OpeningHours? get openingHours {
_COptional_COpeningHours res = _CDirectoryObject_openingHours(_CDirectoryObjectMakeDefault().._impl=_self);
final t = res._toDart();
res._releaseIntermediate();
return t;
}