AFObjectWithKey constructor

AFObjectWithKey({
  1. AFID? id,
})

Creates an object that is uniquely idenfified by its Object.runtimeType, unless the optional id parameter is specified, in which case it is identified by the runtimeType plus the id.

Implementation

AFObjectWithKey({
  this.id
});