FreeBusyTimeProperty.fromValue constructor
const
FreeBusyTimeProperty.fromValue(
- PeriodOfTimeValue value, {
- FreeBusyTimeType? type,
Implementation
const FreeBusyTimeProperty.fromValue(
PeriodOfTimeValue value, {
this.type,
}) : super("FREEBUSY", value);