AFDialogID constructor

const AFDialogID(
  1. String code,
  2. AFLibraryID library
)

Implementation

const AFDialogID(String code, AFLibraryID library): super(code, library, prefix: "dialog");