readonlyList abstract method

  1. @protected
L readonlyList(
  1. L list
)
inherited

Internal method to make the typed-list read-only.

Implementation

@protected
L readonlyList(L list);