menu
datum package
documentation
source/core/models/relational_datum_entity.dart
BelongsTo
BelongsTo.new const constructor
BelongsTo.new const constructor
dark_mode
light_mode
BelongsTo
constructor
const
BelongsTo
(
String
foreignKey
, {
String
localKey
=
'id'
,
})
Implementation
const BelongsTo(this.foreignKey, {this.localKey = 'id'});
datum package
documentation
source/core/models/relational_datum_entity
BelongsTo
BelongsTo.new const constructor
BelongsTo class