from method

T from(
  1. Movie movie
)

Returns the current value of this property.

Implementation

T from(Movie movie) => movie.get(this);