FreeBusyTimeProperty.fromValue constructor

const FreeBusyTimeProperty.fromValue(
  1. PeriodOfTimeValue value, {
  2. FreeBusyTimeType? type,
})

Implementation

const FreeBusyTimeProperty.fromValue(
  PeriodOfTimeValue value, {
  this.type,
}) : super("FREEBUSY", value);