toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
      'epoch_length': epochLength,
      'slot_length': slotLength,
      'safe_zone': safeZone,
    };