requiresContextLength property

bool get requiresContextLength

Whether this category typically requires a context length. Delegates to commons' rac_model_category_requires_context_length — mirrors Swift RAModelCategory.requiresContextLength (ModelTypes.swift:147-149).

Implementation

bool get requiresContextLength {
  return RacNative.bindings.rac_model_category_requires_context_length(
        toC(),
      ) !=
      0;
}