identifierSuffix property

  1. @protected
String identifierSuffix
inherited

A suffix appended to all BelongsTo relationships in serialized form.

Example:

{
 "user_id": 1,
 "id": 1,
 "title": "delectus aut autem",
 "completed": false
}

Implementation

@protected
String get identifierSuffix => '_id';