custom property

ManagerCustom? get custom

Implementation

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