cast method

PaginatedResult<T> cast(
  1. Object o
)
inherited

Implementation

T cast(Object o) => o as T;