KeyPropertyModel constructor
Creates a KeyPropertyModel with the given modelName and type.
Implementation
KeyPropertyModel({
required super.modelName,
required super.type,
super.isNullable,
});
Creates a KeyPropertyModel with the given modelName and type.
KeyPropertyModel({
required super.modelName,
required super.type,
super.isNullable,
});