RuntimeTypeRegisterEntry constructor

RuntimeTypeRegisterEntry(
  1. String name,
  2. String? import,
  3. String srcId
)

Creates a new runtime type register entry.

@param name The name of the type @param import The import path (can be null) @param srcId The source identifier

Implementation

RuntimeTypeRegisterEntry(this.name, this.import, this.srcId);