type property

  1. @visibleForTesting
  2. @protected
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

@visibleForTesting
@protected
String get type => internalType;