EntityDefinition<T> constructor
const
EntityDefinition<T> ({})
Implementation
const EntityDefinition(
{required this.model,
required this.objectToFB,
required this.objectFromFB,
required this.getId,
required this.setId,
required this.toOneRelations,
required this.toManyRelations});