dslName property

  1. @override
String dslName
override

The name of the Dart class storing the right column getters for this type.

This class is equal to, or a superclass of, entityInfoName.

Implementation

@override
String get dslName => fromClass?.name ?? entityInfoName;