FrameworkList constructor

FrameworkList({
  1. required int total,
  2. required List<Framework> frameworks,
})

Implementation

FrameworkList({required this.total, required this.frameworks});