type property

String type
inherited

The pluralized and downcased DataHelpers.getType<T> version of type T by default.

Example: T as Post has a type of posts.

Implementation

String get type => internalType;