Getter<T> typedef

Getter<T> = T Function()

Getter function to retrieve a field from a BaseModel

Implementation

typedef Getter<T> = T Function();