education property

List<Input$UserEducationInput>? get education

Implementation

List<Input$UserEducationInput>? get education =>
    (_$data['education'] as List<Input$UserEducationInput>?);