AFWrapModelWithCustomID constructor

AFWrapModelWithCustomID(
  1. String id,
  2. Object? model
)

Implementation

AFWrapModelWithCustomID(this.id, this.model);