FieldReflection<O, T> constructor
FieldReflection<O, T> (
- ClassReflection<
O> classReflection, - Type declaringType,
- TypeReflection type,
- String name,
- bool nullable,
- FieldReflectionGetterAccessor<
O, T> getterAccessor, - FieldReflectionSetterAccessor<
O, T> ? setterAccessor, - O? object,
- bool isFinal, [
- List<
Object> ? annotations,
Implementation
FieldReflection(
super.classReflection,
super.declaringType,
super.type,
super.name,
super.nullable,
this.getterAccessor,
this.setterAccessor,
this.object,
super.isFinal,
[super.annotations]);