isRecordingRestricted property

bool get isRecordingRestricted

Whether the recording restricted to a specific duration. 录像是否有限制的时长

Implementation

bool get isRecordingRestricted =>
    pickerConfig.maximumRecordingDuration != null;