ServerReflect constructor
const
ServerReflect({
- required String? className,
- required Map<
String, Iterable< ? metas,ServerMimic> >
Implementation
const ServerReflect({
required this.className,
required this.metas,
});