custom property

ManagerCustom? custom

Implementation

ManagerCustom? get custom =>
    moduleCustom == null ? null : ManagerCustom(module: moduleCustom!);