postInteractionSettingsPref property

PostInteractionSettingsPref? get postInteractionSettingsPref

Implementation

PostInteractionSettingsPref? get postInteractionSettingsPref =>
    isPostInteractionSettingsPref
    ? data as PostInteractionSettingsPref
    : null;