constructors method

Map<String, Map<String, TypeInfo>>? constructors([
  1. O? o
])

The constructors of the Entity. If not implemented returns null.

Implementation

Map<String, Map<String, TypeInfo>>? constructors([O? o]) => null;