BasicFieldReflection<O, T> constructor
BasicFieldReflection<O, T> (
- ClassReflection<
O> classReflection, - Type declaringType,
- TypeReflection type,
- String name,
- bool nullable,
- bool isFinal,
- List<
Object> ? annotations,
Implementation
BasicFieldReflection(super.classReflection, super.declaringType, this.type,
this.name, this.nullable, this.isFinal, List<Object>? annotations)
: _annotations = annotations == null || annotations.isEmpty
? _annotationsEmpty
: UnmodifiableListView<Object>(annotations);