fieldNameInThisModel property
The name of the field in the current model class that will hold the list of related items.
Example: If AuthorModel
has List<BookModel>? books;
, this would be "books".
Implementation
final String fieldNameInThisModel;