extract abstract method

V? extract(
  1. T owner
)

Extract the field value from a concrete model instance.

Implementation

V? extract(T owner);