mediaAvailability property

IntColumn get mediaAvailability

Availability state of the media binary on this device. See MediaAvailability. Defaults to 0 (notApplicable — text message).

Implementation

IntColumn get mediaAvailability =>
    integer().withDefault(const Constant(0))();