While Dart supports reflection, flutter does not support it as it relies on AOT compiler to generate efficient code for mobile devices.
Read moreHow do you do a reflection in darts?
Basic example with Reflection
Read moreWhat are Dart mirrors?
A mirror on a show/hide combinator declared on a library dependency . Class used for encoding comments as metadata annotations. A DeclarationMirror reflects some entity declared in a Dart program. A FunctionTypeMirror represents the type of a function in the Dart language.
Read more