getAllSubEggs method

Map<String, dynamic> getAllSubEggs()

Implementation

Map<String, dynamic> getAllSubEggs() {
  return data['subEggs'] ?? {};
}