getConstructorByNameOrNull method
Implementation
ConstructorElement? getConstructorByNameOrNull(String constructorName) =>
constructors.where((c) => c.name == constructorName).firstOrNull;
ConstructorElement? getConstructorByNameOrNull(String constructorName) =>
constructors.where((c) => c.name == constructorName).firstOrNull;